home *** CD-ROM | disk | FTP | other *** search
/ Atlas of Dermatology / Atlas of Dermatology.iso / S_Derma / S_index / style / style.plc < prev    next >
Text File  |  2000-06-14  |  2KB  |  77 lines

  1. # style.plc    1.11 - 3/2/94
  2. # @(#)Copyright (C) 1987-1994 Verity, Inc.
  3. #
  4. # Example style.plc file with default policy settings.
  5. # Everything is optional including the file itself.
  6. # Note: all options are currently commented out.
  7. $control: 1
  8. policy:
  9. {
  10.   mode: default
  11.   {    
  12.     index_policy:
  13. ##        /goaldocs = 4096
  14. ##        /instances_floor = 400000
  15. ##        /instances_ceiling = 400000
  16. ##        /maxdocs = 8192
  17.         /minparts = 2
  18.         /maxparts = 10
  19.         /goalparts = 4
  20.         /verify_on_submit = no
  21.         /error_on_bad_update = no
  22.         /keep_revisions = 25
  23.         /read_only = yes
  24.                /disable_locking = yes
  25.        work_policy:
  26.         /work_interval = 20 
  27.         /est_work_length = 120 
  28.         /housekeeping_interval = 300
  29.         /housekeeping_age = 600
  30.         /min_disk_free = 1000
  31.         /disk_free_interval = 300
  32.         /max_new_docs = 4096
  33.         /lock_retry_count = 40
  34.         /general_retry_count = 3
  35. ##        /max_new_work = 1100
  36.         /permissions = 0000
  37.         /maintenance_interval = 300
  38.     logfile_policy:
  39.         /min_log_size = 5000
  40.         /max_log_size = 10000
  41.  
  42.     }
  43.   mode: cdbuild
  44.   {    
  45.     index_policy:
  46. ##        /goaldocs = 4096
  47. ##        /instances_floor = 400000
  48. ##        /instances_ceiling = 400000
  49. ##        /maxdocs = 8192
  50.         /minparts = 2
  51.         /maxparts = 10
  52.         /goalparts = 4
  53.         /verify_on_submit = no
  54.         /error_on_bad_update = no
  55.         /keep_revisions = 25
  56.         /read_only = no        
  57.                /disable_locking = yes
  58.        work_policy:
  59.         /work_interval = 20 
  60.         /est_work_length = 120 
  61.         /housekeeping_interval = 300
  62.         /housekeeping_age = 200
  63.         /min_disk_free = 1000
  64.         /disk_free_interval = 50
  65.         /max_new_docs = 4096
  66.         /lock_retry_count = 40
  67.         /general_retry_count = 3
  68. ##        /max_new_work = 1100
  69.         /permissions = 0000
  70.         /maintenance_interval = 300
  71.     logfile_policy:
  72.         /min_log_size = 5000
  73.         /max_log_size = 10000
  74.  
  75.     }
  76. }
  77.